﻿2026-07-22T05:15:24.7902853Z ##[group]Run actions/checkout@v5
2026-07-22T05:15:24.7903558Z with:
2026-07-22T05:15:24.7904024Z   repository: BigscreenVR/spt-bs-core
2026-07-22T05:15:24.7908449Z   token: ***
2026-07-22T05:15:24.7908906Z   ssh-strict: true
2026-07-22T05:15:24.7909348Z   ssh-user: git
2026-07-22T05:15:24.7909818Z   persist-credentials: true
2026-07-22T05:15:24.7910305Z   clean: true
2026-07-22T05:15:24.7910736Z   sparse-checkout-cone-mode: true
2026-07-22T05:15:24.7911286Z   fetch-depth: 1
2026-07-22T05:15:24.7911736Z   fetch-tags: false
2026-07-22T05:15:24.7912209Z   show-progress: true
2026-07-22T05:15:24.7912685Z   lfs: false
2026-07-22T05:15:24.7913105Z   submodules: false
2026-07-22T05:15:24.7913560Z   set-safe-directory: true
2026-07-22T05:15:24.7914093Z   allow-unsafe-pr-checkout: false
2026-07-22T05:15:24.7914613Z env:
2026-07-22T05:15:24.7915106Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T05:15:24.7915681Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T05:15:24.7916203Z ##[endgroup]
2026-07-22T05:15:24.9660210Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T05:15:24.9661490Z ##[group]Getting Git version info
2026-07-22T05:15:24.9662051Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T05:15:24.9954882Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T05:15:25.0186215Z git version 2.43.0.windows.1
2026-07-22T05:15:25.0210172Z ##[endgroup]
2026-07-22T05:15:25.0218173Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\14736c0c-1236-4023-8b9b-b269e686f6c6\.gitconfig'
2026-07-22T05:15:25.0231527Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\14736c0c-1236-4023-8b9b-b269e686f6c6' before making global git config changes
2026-07-22T05:15:25.0232602Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T05:15:25.0238262Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T05:15:25.0487593Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T05:15:25.0694498Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:15:25.0718594Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T05:15:25.0722571Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T05:15:25.0950327Z refs/heads/main
2026-07-22T05:15:25.0977028Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-22T05:15:25.1372037Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:15:25.1644919Z ##[endgroup]
2026-07-22T05:15:25.1648312Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T05:15:25.8234463Z ##[group]Cleaning the repository
2026-07-22T05:15:25.8238024Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T05:15:40.2487217Z Removing .adapter-notify/
2026-07-22T05:15:40.2487582Z Removing target/
2026-07-22T05:15:40.2529795Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T05:15:40.3047316Z HEAD is now at b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:15:40.3070102Z ##[endgroup]
2026-07-22T05:15:40.3074985Z ##[group]Disabling automatic garbage collection
2026-07-22T05:15:40.3080250Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T05:15:40.3346447Z ##[endgroup]
2026-07-22T05:15:40.3346925Z ##[group]Setting up auth
2026-07-22T05:15:40.3353468Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T05:15:40.3607682Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T05:15:41.0130435Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T05:15:41.0374889Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T05:15:41.8026859Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T05:15:41.8256661Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T05:15:42.5223885Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T05:15:42.5532114Z ##[endgroup]
2026-07-22T05:15:42.5532503Z ##[group]Fetching the repository
2026-07-22T05:15:42.5539270Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +60cfa8d70c0369fbfff21ec17a02155d07beb3a7:refs/remotes/pull/56/merge
2026-07-22T05:15:43.4088919Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T05:15:43.4089399Z  * [new ref]           60cfa8d70c0369fbfff21ec17a02155d07beb3a7 -> pull/56/merge
2026-07-22T05:15:43.4235082Z ##[endgroup]
2026-07-22T05:15:43.4235646Z ##[group]Determining the checkout info
2026-07-22T05:15:43.4237130Z ##[endgroup]
2026-07-22T05:15:43.4245151Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T05:15:43.5422794Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T05:15:43.5672494Z ##[group]Checking out the ref
2026-07-22T05:15:43.5677525Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/56/merge
2026-07-22T05:15:43.6432393Z Previous HEAD position was b68d5c3e Merge pull request #55 from BigscreenVR/build/obs-rider
2026-07-22T05:15:43.6432979Z HEAD is now at 60cfa8d7 Merge a9bd167a018c0758f3dac4b71d641abab15fb282 into b68d5c3e7361351182ac186e4eb920eeb7bf5fa6
2026-07-22T05:15:43.6454842Z ##[endgroup]
2026-07-22T05:15:43.7471612Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T05:15:43.7700897Z 60cfa8d70c0369fbfff21ec17a02155d07beb3a7
